/** * Get the value that should be displayed to represent the resource. * * @return string */ public function title() { return $this->name; }